home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19941031-19941221
/
000351_news@columbia.edu_Mon Dec 5 15:28:13 1994.msg
< prev
next >
Wrap
Internet Message Format
|
1995-07-31
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05178
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 5 Dec 1994 10:28:25 -0500
Received: by apakabar.cc.columbia.edu id AA20888
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 5 Dec 1994 10:28:22 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Remote (server) file renames
Date: 5 Dec 1994 15:28:13 GMT
Organization: Columbia University
Lines: 42
Message-Id: <3bvbid$kce@apakabar.cc.columbia.edu>
References: <D028qE.M3@murdoch.acc.virginia.edu> <3bnsjl$i9p@apakabar.cc.columbia.edu> <D099wG.Kru@murdoch.acc.virginia.edu>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <D099wG.Kru@murdoch.acc.virginia.edu>,
Erik Hatcher <esh6h@fulton.seas.Virginia.EDU> wrote:
>In article <3bnsjl$i9p@apakabar.cc.columbia.edu>,
>Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
>>DISABLE CD and DISABLE HOST to the Kermit server
>>program, before putting it in server more, then the
>>client can REMOTE RENAME X Y (not REMOTE KERMIT...)
>>
>>Please refer to Chapter 7 of "Using C-Kermit".
>>It's all in there.
>
>There is absolutely NO reference to REMOTE RENAME
>in the book I have (copyright 1993) and my version
>of C-Kermit says I cannot do a REMOTE RENAME.
>
Oops, sorry. I should have looked before I leapt.
I really thought it was there! Oh well, it will be
in the next release.
>Will REMOTE KERMIT allow server side file renames
>without allowing renames across directories...
>
The only Kermit server that supports REMOTE KERMIT
commands is Kermit-370 on IBM mainframes. There are
no plans to add REMOTE KERMIT server-end support to
C-Kermit, even though the C-Kermit client can send
REMOTE KERMIT commands. So for now the only way to
get a C-Kermit server to rename a file is to send it
a REMOTE HOST RENAME (or REMOTE HOST MV, or whatever,
depending on the operating system) command.
>What do I ENABLE to get REMOTE KERMIT
>to work? I want to enable as little as possible.
>
Unfortunately, this requires that you ENABLE HOST,
which is what you were trying to avoid. Of course,
there are other solutions, such as sending the file
with the desired name in the first place. But if this
is to include a directory part, then you have to
ENABLE CD.
- Frank